From: Ken Brown Date: Fri, 17 Dec 2010 15:14:57 +0000 (-0500) Subject: * loadup.el: Use version numbers in Cygwin build. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~324^2~5361 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=653a72c8843812aeb7b11be337cf3a35372f72e5;p=emacs.git * loadup.el: Use version numbers in Cygwin build. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 5a0f33e9a7f..459748be57b 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,7 @@ +2010-12-17 Ken Brown + + * loadup.el: Use version numbers in Cygwin build. + 2010-12-17 Ryan Twitchell (tiny change) * ido.el (ido-file-internal): Ask for confirmation before diff --git a/lisp/loadup.el b/lisp/loadup.el index fb3aaff37c1..d7fc63d0692 100644 --- a/lisp/loadup.el +++ b/lisp/loadup.el @@ -342,7 +342,7 @@ (dump-emacs "emacs" "temacs") (message "%d pure bytes used" pure-bytes-used) ;; Recompute NAME now, so that it isn't set when we dump. - (if (not (or (memq system-type '(ms-dos windows-nt cygwin)) + (if (not (or (memq system-type '(ms-dos windows-nt)) ;; Don't bother adding another name if we're just ;; building bootstrap-emacs. (equal (nth 3 command-line-args) "bootstrap")